Method | Description | |
---|---|---|
CreateMaster ( int masterId, string name, string masterImage ) : Master | ||
ReadImageFile ( string imageLocation ) : byte[] | ||
Run ( ) : void |
public static CreateMaster ( int masterId, string name, string masterImage ) : Master | ||
masterId | int | |
name | string | |
masterImage | string | |
return | Master |
public static ReadImageFile ( string imageLocation ) : byte[] | ||
imageLocation | string | |
return | byte[] |