示例#1
0
 public bool CheckTheSampleModel(SampleComplexType input)
 {
     try
     {
         return(_dataRepository.CheckTheComplexType(input));
     }
     catch (NotSupportedException e)
     {
         throw new NotImplementedException(e.Message);
     }
 }