Exemple #1
0
 public BranchTypeInfoDTO getBranchTypeInfo(Guid id)
 {
     return(BranchTypeInfoBLImp.loadBranchTypeInfoDto(id));
 }
Exemple #2
0
 public IBranchTypeInfoBL createBranchTypeBL()
 {
     return(BranchTypeInfoBLImp.getInstanceBranchTypeInfoBLImp());
 }