示例#1
0
 public ApiResponse AddUpdateInformation(Information information)
 {
     return(_dal.AddUpdateInformation(information));
 }