public int Create(EnrollFamilyModel model, int userId, int officerId) { int response; response = familyRepository.Create(model, userId, officerId); return response; }
public NewFamilyResponse Create(EnrolFamilyModel model, int userId, int officerId) { return(familyRepository.Create(model, userId, officerId)); }