C# Class CAESGenome.Controllers.TransferController

Controller to transfer existing data. Should be deleted/commented out once deployed.
Inheritance: Controller
Show file Open project: ucdavis/CAESGenome

Public Methods

Method Description
Accounts ( ) : System.Web.Mvc.ActionResult

Transfer the user accounts and merges user/staff/pi tables

TransferController ( IDbService dbService, IRepositoryFactory repositoryFactory ) : System

Private Methods

Method Description
Initialize ( ) : System.Web.Mvc.ActionResult
InsertPIs ( IEnumerable users, IEnumerable pis, List recharges ) : void
InsertUsers ( IEnumerable users ) : IEnumerable

Method Details

Accounts() public method

Transfer the user accounts and merges user/staff/pi tables
public Accounts ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

TransferController() public method

public TransferController ( IDbService dbService, IRepositoryFactory repositoryFactory ) : System
dbService IDbService
repositoryFactory IRepositoryFactory
return System