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