예제 #1
0
 /// <summary>
 /// Get BoothInformation corresponding Booth Code
 /// </summary>
 /// <param name="shrot BoothCode"></param>
 /// <returns>BoothInfoDTO</returns>
 public BoothInfoDTO getBoothInfoByCodeDTO(short BoothCode)
 {
     return(BoothInfoBLImp.GetDataBoothInfoByCode(BoothCode));
 }
예제 #2
0
 public BoothInfoDTO getBoothInfoDTO(Guid id)
 {
     return(BoothInfoBLImp.loadBoothInfoDto(id));
 }
예제 #3
0
 /// <summary>
 ///  get Booth, Branch & BranchType Information corresponding BoothPrimaryKey
 /// </summary>
 /// <param name="BoothPK"></param>
 /// <returns>BoothInfoDTO</returns>
 public BoothInfoDTO getBoothInfo_AllDTO(Guid BoothPK)
 {
     return(BoothInfoBLImp.loadBoothInfo_AllDTO(BoothPK));
 }
예제 #4
0
 public IBoothInfoBL createBoothInfoBL()
 {
     return(BoothInfoBLImp.getInstanceBoothInfoBLImp());
 }