Exemple #1
0
 public static async void AddOtherRecord(int type, string orderid, string othersysid, string content, string remark, string userid, string clientid)
 {
     await LogDAL.AddOtherRecord(type, orderid, othersysid, content, remark, userid, clientid);
 }