コード例 #1
0
ファイル: SalesService.cs プロジェクト: sajidur/erp
 public TempSalesMaster GetByTempId(int?id = 0)
 {
     return(serviceTempSalesMaster.GetById(id));
 }
コード例 #2
0
ファイル: BonusDeductionService.cs プロジェクト: sajidur/erp
 public BonusDeduction GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #3
0
ファイル: AccountGroupService.cs プロジェクト: sajidur/erp
 public AccountGroup GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #4
0
ファイル: StockOutService.cs プロジェクト: sajidur/erp
 public StockOut GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #5
0
ファイル: PartyBalanceService.cs プロジェクト: sajidur/erp
 public PartyBalance GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #6
0
ファイル: SupplierService.cs プロジェクト: sajidur/erp
 public Supplier GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #7
0
ファイル: PictureService.cs プロジェクト: sajidur/erp
 public Picture GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #8
0
ファイル: AccountLedgerService.cs プロジェクト: sajidur/erp
 public AccountLedger GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #9
0
 public FinancialYear GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #10
0
ファイル: JournalPostingService.cs プロジェクト: sajidur/erp
 public JournalMaster GetById(int?id = 0)
 {
     return(journalMaster.GetById(id));
 }
コード例 #11
0
ファイル: ProductService.cs プロジェクト: sajidur/erp
 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
ファイル: CategoryService.cs プロジェクト: sajidur/erp
 public Category GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #15
0
ファイル: DEPARTMENTService.cs プロジェクト: sajidur/erp
 public Department GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #16
0
ファイル: CompanyService.cs プロジェクト: sajidur/erp
 public Company GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #17
0
ファイル: SalaryItemNewService.cs プロジェクト: sajidur/erp
 public PayHead GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #18
0
 public Size GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #19
0
ファイル: GoodsReceiveService.cs プロジェクト: sajidur/erp
 public ReceiveMaster GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #20
0
ファイル: SalesDeliveryService.cs プロジェクト: sajidur/erp
 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
ファイル: PaymentService.cs プロジェクト: sajidur/erp
 public LedgerPosting GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #24
0
ファイル: EmployeeService.cs プロジェクト: sajidur/erp
 public Employee GetById(int?id = 0)
 {
     return(service.GetById(id));
 }
コード例 #25
0
ファイル: CustomerService.cs プロジェクト: sajidur/erp
 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));
 }