예제 #1
0
파일: SalesService.cs 프로젝트: sajidur/erp
 public TempSalesMaster GetByTempId(int?id = 0)
 {
     return(serviceTempSalesMaster.GetById(id));
 }
예제 #2
0
 public BonusDeduction GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #3
0
 public AccountGroup GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #4
0
 public StockOut GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #5
0
 public PartyBalance GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #6
0
 public Supplier GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #7
0
 public Picture GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #8
0
 public AccountLedger GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #9
0
 public FinancialYear GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #10
0
 public JournalMaster GetById(int?id = 0)
 {
     return(journalMaster.GetById(id));
 }
예제 #11
0
 public Product GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #12
0
 public Inventory GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #13
0
파일: SalesService.cs 프로젝트: sajidur/erp
 public SalesDetail GetBySalesDetailesId(int id = 0)
 {
     return(salesDetailsService.GetById(id));
 }
예제 #14
0
 public Category GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #15
0
 public Department GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #16
0
 public Company GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #17
0
 public PayHead GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #18
0
 public Size GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #19
0
 public ReceiveMaster GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #20
0
 public SalesDelivery GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #21
0
 public Tax GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #22
0
 public Brand GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #23
0
 public LedgerPosting GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #24
0
 public Employee GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #25
0
 public Customer GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #26
0
 public WareHouse GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
예제 #27
0
파일: SalesService.cs 프로젝트: sajidur/erp
 public SalesMaster GetById(int?id = 0)
 {
     return(serviceSalesMaster.GetById(id));
 }