示例#1
0
 public bool CreateSurvey(FishSurvey item)
 {
     return(_fishRepo.CreateSurvey(item) > 0);
 }