示例#1
0
 public static bool AddCompany(string f1, string f2, string f3, string f4, string f5, DateTime f6)
 {
     return(OperationDal.AddCompany(f1, f2, f3, f4, f5, f6));
 }