Exemplo n.º 1
0
 /// Real Business Logic layer begin Here!
 public static List <Company> GetAllCompany()
 {
     return(GetCompanyFromCompanyDetails(myRealProvider.GetAllCompanys()));
 }