Example #1
0
 public bool CreateSurveyDetail(FishSurveyDetails item)
 {
     return(_fishRepo.CreateSurveyDetail(item) > 0);
 }