* EntityFramework * commit Americans * commit changes * change * class product * product business * methods buy and sell * private atributes Co-authored-by: ani-konarcheva <ani_konarcheva@abv.bg> Co-authored-by: Aneliya Konarcheva <60808931+annie-prog@users.noreply.github.com>
12 lines
194 B
C#
12 lines
194 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace LuminousSales.Business
|
|
{
|
|
public class StocksBusiness
|
|
{
|
|
private StockContext stockContext;
|
|
}
|
|
}
|