コード例 #1
0
 public Result InsertUserPhoto(string MemberId, string ImageName)
 {
     return(Repository.InsertPhoto(MemberId, ImageName));
 }