Property | Type | Description | |
---|---|---|---|
familyRepository | IFamilyRepository |
Method | Description | |
---|---|---|
Create ( EnrollFamilyModel model, int userId, int officerId ) : int | ||
FamilyLogic ( IConfiguration configuration, IHostingEnvironment hostingEnvironment ) : Microsoft.AspNetCore.Hosting | ||
GetByCHFID ( string chfid, Guid userUUID ) : FamilyModel | ||
GetOfficerIdByUserUUID ( Guid userUUID ) : int | ||
GetUserIdByUUID ( Guid uuid ) : int |
public Create ( EnrollFamilyModel model, int userId, int officerId ) : int | ||
model | EnrollFamilyModel | |
userId | int | |
officerId | int | |
return | int |
public FamilyLogic ( IConfiguration configuration, IHostingEnvironment hostingEnvironment ) : Microsoft.AspNetCore.Hosting | ||
configuration | IConfiguration | |
hostingEnvironment | IHostingEnvironment | |
return | Microsoft.AspNetCore.Hosting |
public GetByCHFID ( string chfid, Guid userUUID ) : FamilyModel | ||
chfid | string | |
userUUID | Guid | |
return | FamilyModel |
public GetOfficerIdByUserUUID ( Guid userUUID ) : int | ||
userUUID | Guid | |
return | int |