Beispiel #1
0
 public static bool IsDelete <A>(this ICrudPostModel <A> m)
 {
     return(!m.Delete.NullOrEmpty());
 }
Beispiel #2
0
 public static bool IsSave <A>(this ICrudPostModel <A> m)
 {
     return(!m.Save.NullOrEmpty());
 }