Пример #1
0
 public BaseResponse <bool> Post(ADCreateModel value)
 {
     return(_service.CreateAD(value));
 }