Method | Description | |
---|---|---|
Create ( int woredaId ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
FDPController ( IFDPService FDPServiceParam, IAdminUnitService adminUnitService, IUserProfileService userProfileService ) : System | ||
GetFDPGrid ( int regionId, int zoneId, int woredaId ) : System.Web.Mvc.ActionResult | ||
GetFdps ( int woredaId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( int woredaId ) : System.Web.Mvc.ActionResult | ||
woredaId | int | |
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public FDPController ( IFDPService FDPServiceParam, IAdminUnitService adminUnitService, IUserProfileService userProfileService ) : System | ||
FDPServiceParam | IFDPService | |
adminUnitService | IAdminUnitService | |
userProfileService | IUserProfileService | |
return | System |
public GetFDPGrid ( int regionId, int zoneId, int woredaId ) : System.Web.Mvc.ActionResult | ||
regionId | int | |
zoneId | int | |
woredaId | int | |
return | System.Web.Mvc.ActionResult |
public GetFdps ( int woredaId ) : System.Web.Mvc.ActionResult | ||
woredaId | int | |
return | System.Web.Mvc.ActionResult |