C# 클래스 SharpArchitecture.MultiTenant.ApplicationServices.Commands.UploadFileCommand

상속: CommandBase
파일 보기 프로젝트 열기: yellowfeather/SharpArchitecture-MultiTenant 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UploadFileCommand ( System.Guid groupId, System.Web.HttpPostedFileBase fileData, string username ) : System

메소드 상세

UploadFileCommand() 공개 메소드

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