Example #1
0
 public static bool UpdateTCompany(string companyName, string phone, string areaId, string contacter,
                                   string companyId)
 {
     return(OperationDal.UpdateTCompany(companyName, phone, areaId, contacter, companyId));
 }