Example #1
0
 public static bool AddTCompany(string f0, string f1, string f2, string f3, string f4, DateTime f5, string f6,
                                string f7)
 {
     return(OperationDal.AddTCompany(f0, f1, f2, f3, f4, f5, f6, f7));
 }