Example #1
0
 public Address GetCompanyAddress(Company item)
 {
     return(companyDAL.GetCompanyAddress(item));
 }