public AccountLedger GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #2
0
 public Unit GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #3
0
 public Brand GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #4
0
 public Inventory GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #5
0
 public Tax GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #6
0
 public Customer GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
 public LedgerPosting GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #8
0
 public Supplier GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #9
0
 public SalesMaster GetById(int?id = 0)
 {
     return(serviceSalesMaster.GetById(id));
 }
Example #10
0
 public Picture GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #11
0
 public WareHouse GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #12
0
 public Category GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
 public PartyBalance GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
 public JournalMaster GetById(int?id = 0)
 {
     return(journalMaster.GetById(id));
 }
Example #15
0
 public Employee GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #16
0
 public TempSalesMaster GetByTempId(int?id = 0)
 {
     return(serviceTempSalesMaster.GetById(id));
 }
Example #17
0
 public UserInfo GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #18
0
 public Product GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #19
0
 public AccountGroup GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
 public ReceiveMaster GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #21
0
 public StockOut GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
Example #22
0
 public FinancialYear GetById(int?id = 0)
 {
     return(service.GetById(id));
 }