Esempio n. 1
0
 public static string Insert(SC_ROLE obj)
 {
     return(string.Format("{0} idli ve {1} adlı rol eklendi.", obj.IdRole, obj.RoleName));
 }
Esempio n. 2
0
 public static string Delete(SC_ROLE obj)
 {
     return(string.Format("{0} idli ve {1} adlı rol silindi.", obj.IdRole, obj.RoleName));
 }
Esempio n. 3
0
 public static string Update(SC_ROLE obj)
 {
     return(string.Format("{0} idli ve {1} adlı rol güncellendi.", obj.IdRole, obj.RoleName));
 }