Ejemplo n.º 1
0
 public static DateTime GetFirstDayOfMonth(this DateTime now)
 {
     return(MereUtils.GetFirstDayOfMonth(now));
 }