コード例 #1
0
 public static void Execute(Guid id, string urlBd, string urlDir)
 {
     DbHelper.AddImageAvatar(id, urlBd, urlDir);
 }