C# Class SharpArchitecture.MultiTenant.ApplicationServices.Commands.UploadFileCommand

Inheritance: CommandBase
ファイルを表示 Open project: yellowfeather/SharpArchitecture-MultiTenant Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
UploadFileCommand ( System.Guid groupId, System.Web.HttpPostedFileBase fileData, string username ) : System

Method Details

UploadFileCommand() public method

public UploadFileCommand ( System.Guid groupId, System.Web.HttpPostedFileBase fileData, string username ) : System
groupId System.Guid
fileData System.Web.HttpPostedFileBase
username string
return System