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